home *** CD-ROM | disk | FTP | other *** search
- GoldED-API/PharseCompletion GoldED-API/PharseCompletion
-
- $VER: PharseCompletion.doc 1.4 (27.4.96)
-
- NAME
- PhraseCompletion
-
- VERSION
- 1.4
-
- DESCRIPTION
- Just run GoldED and load this as an API-Client ! Then you have the
- following new ARexx command :
-
- TEMPLATE
- PHRASECOMPLETION WHITESPACES,MAX/N,CASE/S,BACKWARD/S,ALL/S
-
- FORMAT
- PHRASECOMPLETION [[WHITESPACES] whitespace-characters] [[MAX] number]
- [CASE] [BACKWARD] [ALL]
-
- DESCRIPTION
- The PHRASECOMPLETION ARexx command provides you a new phrase
- completion method. It extracts the actual word-phrase (before cursor)
- and tries to complete this phrase. This is done by searching in the
- buffers for a word beginning with this extracted phrase. The first
- found is displayed in the buffer. If there are more than one words
- matching the phrase, you can step through all found words by just
- using this command again with same cursor position. If the last word
- is reached a ERROR_NO_MORE_ENTRIES error code is returned and then it
- starts again with the first word.
-
- INPUTS
- WHITESPACES -- a string, which represent the characters to use as
- whitespaces. Default is " \t".
-
- MAX -- maximal number of matching words. Default is ~0.
-
- CASE -- don't ignore case-sensetive. Default is ignore.
-
- BACKWARD -- normaly the buffer is first searched from the actual
- line to the beginnig and then from actual line to the end of
- the buffer. This argument swaps the search direction.
-
- ALL -- searchs in all opened buffers
-
- RESULTS
- the command returns RC_OK, if it could complete the pharse. RC_WARN
- if not !
-
- SPECIAL REQUIREMENTS
- Needs GoldED 3.x to run.
-
- AVAILABILITY
- ftp://wuarchive.wustl.edu/pub/aminet/text/edit/GED-PhrCmp1.4.lha
- And all other Aminet sites
-
- AUTHOR
- Stefan Ruppert
- Windthorststrasse 5
- 65439 Floersheim
- Germany
-
- Internet:
- ruppert@informatik.fh-wiesbaden.de
- ruppert@goofy.zdv.uni-mainz.de
- http://www.uni-mainz.de/~ruppert
-
- SEE ALSO
- Emacs, GoldED/API
-
-